rm travis
authorSteven G. Johnson <stevenj@alum.mit.edu>
Fri, 17 Dec 2021 01:54:21 +0000 (20:54 -0500)
committerSteven G. Johnson <stevenj@alum.mit.edu>
Fri, 17 Dec 2021 01:54:21 +0000 (20:54 -0500)
.travis.yml [deleted file]
README.md

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 5046448..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-language: julia
-julia:
-    - 1.1
-notifications:
-    email: false
-include:
-    - language: julia
-      julia: 1.1
-script:
-    - make manifest && diff MANIFEST.new MANIFEST
-    - make check
-    - make data && diff data/utf8proc_data.c.new utf8proc_data.c
-    - make clean && git status --ignored --porcelain && test -z "$(git status --ignored --porcelain)"
-    - (mkdir build_static && cd build_static && cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -DUTF8PROC_ENABLE_TESTING=On && make && ctest)
-    - (mkdir build_shared && cd build_shared && cmake .. -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_SHARED_LIBS=ON -DUTF8PROC_ENABLE_TESTING=On && make && ctest)
index 08e7a09c0260a04c72f360ad82061b153943fdf5..b5935d9bb0b956b281374d0cc5eddc25e4f1bf39 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
 # utf8proc
-[![Travis CI Status](https://travis-ci.org/JuliaStrings/utf8proc.png)](https://travis-ci.org/JuliaStrings/utf8proc)
+[![CI](https://github.com/NanoComp/meep/actions/workflows/build-ci.yml/badge.svg)](https://github.com/JuliaStrings/utf8proc/actions/workflows/build-ci.yml)
 [![AppVeyor status](https://ci.appveyor.com/api/projects/status/ivaa0v6ikxrmm5r6?svg=true)](https://ci.appveyor.com/project/StevenGJohnson/utf8proc)
 
 [utf8proc](http://juliastrings.github.io/utf8proc/) is a small, clean C